Tools and source code for .NET, C#, Visual Basic and WinFX.
Reflector is a popluar class browser.
Resourcer is a .NET resource editor.
- Back
|
|

|
|
Reflector for .NET
Reflector is a class browser for .NET components.
It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs,
IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.
Reflector.zip - .NET Reflector, Version 4.1.6.0
|
|
Resourcer for .NET
Resourcer is an editor for .resources binaries and .resX XML file formats
used with the .NET platform.
The program allows the integration of bitmaps,
icons and text strings into resource packages.
Resourcer allows editing of name/string pairs, import of various kinds of data
formats (bitmaps, icons, etc) and merging of resources from different
sources.
Resourcer.zip - .NET Resourcer, Version 4.1.0.0
|
|
CommandBar for .NET
The CommandBar class library extends System.Windows.Forms with classes for
CommandBar, ReBar, CoolBar, and bitmaped menu controls.
A unified command item representation is provided which makes it
easy to switch the rendering between Menu, ToolBar and ContextMenu.
24 bit alpha channel images are supported on Windows 2000.
CommandBar.zip - Library + C# source code
|
|
Writer for .NET
Writer is a simple WYSIWYG editor for HTML files.
The program allows you to edit HTML files using simple editing functionality like Undo, Redo, Cut, Copy, Paste, Find, Replace.
Writer also supports text layout and formatting, hyperlink editing and insertion of dates and pictures.
Writer.zip - is available here.
|
|
Digger for .NET
The .NET version of an old East German Boulderdash game.
The source is only 1000 lines so it might be a good example for C# and Windows Forms starters.
The goal is to collect a given number diamonds and exit the level without getting hit by stones or ghosts.
The status line tells you the level, number of lives, diamonds you collected and how many you need to collect.
Digger.zip - Desktop and Smartphone version + C# source code
|
|
Mapack for .NET
Mapack is a .NET class library for basic linear algebra computations.
It supports the following matrix operations and properties:
Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm,
Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition,
Least Squares solver, Eigenproblem solver, Equation System solver.
The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.
Mapack.zip - Class Library for .NET + C# source code
|
|
IL Reader for .NET
A class library that extends the existing Reflection API with functions
for accessing the IL code by reading the information out of the native Module file.
This is probably the easiest way to get access to IL code in your C# and Visual Basic tools.
The package includes a disassembler to illustrate usage of the API.
IlReader.zip - Class Library for .NET + C# source code
|
|
Documentor for .NET
Documentor is an utility for editing XML documentation snippets before adding them to your C# source files.
The program provides a window for entering the XML source text and shows the corresponding HTML output on the fly.
Documentor is useful if you spend a lot of time correcting markup syntax errors in XML documentation and
often need to walk through multiple compiler cycles to correct little details in the source.
Documentor.zip - Executable for .NET
|
Disclaimer: The software and source code on this website is provided "AS IS" with no warranties of any kind.
The entire risk arising out of the use or performance of the software and source code is with you.
|